SaACHPaymentAccount 
Logical Entity Name  SaACHPaymentAccount 
Default Table Name  SaACHPaymentAccount 
Physical Only  NO 
Definition 
 
Note 
 

SaACHPaymentAccount Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SaACHPaymentAccountID(PK)    char(10)  NO 
 
Code    char(10)  NO 
 
Descrip    char(10)  NO 
 
Partner    char(10)  NO 
 
VendorID    char(10)  NO 
 
SchoolUserID    char(10)  NO 
 
SchoolPassword    char(10)  YES 
 
TransFeeType    char(10)  NO 
 
TransFeeNum    char(10)  YES 
 
TransFeeMin    char(10)  YES 
 
TransFeeMax    char(10)  YES 
 
TransFeeSource    char(10)  NO 
 
TransFeeSaBillCodeID    char(10)  YES 
 
TransMin    char(10)  YES 
 
TransMax    char(10)  YES 
 
TestMode    char(10)  NO 
 
PasswdRandomKey    char(10)  YES 
 
IV    char(10)  NO 
 
SaACHPaymentProcessorID    char(10)  YES 
 
AuthAmount    char(10)  NO 
 
DateAdded    char(10)  NO 
 
DateLstMod    char(10)  NO 
 
UserID    char(10)  NO 
 
TS    char(10)  NO 
 

SaACHPaymentAccount Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_SaACHPaymentAccount  PrimaryKey  SaACHPaymentAccountID 

SaACHPaymentAccount Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
SaOnlineACHBatchHeader  Non-Identifying  One To Zero or More  FK_SaOnlineACHBatchHeader_SaACHPaymentAccountId_SaACHPaymentAccount_SaACHPaymentAccountId        NO  YES 
SyCampus  Non-Identifying  One To Zero or More  FK_SyCampus_SaACHPaymentAccountId_SaACHPaymentAccount_SaACHPaymentAccountId        NO  YES 

SaACHPaymentAccount Check Constraints 
Check Constraint Name  CheckConstraint 
Chk_SaACHPaymentAccount_TransFeeNum_Num  ([TransFeeType]='P' OR [TransFeeNum]>=[TransFeeMin] AND [TransFeeNum]<=[TransFeeMax]) 
Chk_SaACHPaymentAccount_TransMax  ([TransMax]>=[TransMin]) 
Chk_SaACHPaymentAccount_TransFeeNum_Pct  ([TransFeeType]='F' OR [TransFeeNum]>=(0) AND [TransFeeNum]<=(100)) 
Chk_SaACHPaymentAccount_TransFeeMax  ([TransFeeMax]>=[TransFeeMin])